on Motion
Called when motion has been detected by an associated motion sensor.
This callback indicates that a motion event has occurred. It does not provide specific data about the motion itself (e.g., intensity, direction, or location); it serves as a simple trigger indicating activity.
Implementers can use this notification to perform actions such as:
- Activating the screen or increasing brightness.
- Starting or changing displayed content.
- Sending an alert or logging the event.